projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f6de1f
)
builder: Fix broken annotation
author
Robert Ancell
<robert.ancell@canonical.com>
Wed, 27 Nov 2019 03:06:36 +0000
(16:06 +1300)
committer
Robert Ancell
<robert.ancell@canonical.com>
Wed, 27 Nov 2019 03:06:36 +0000
(16:06 +1300)
Missing a ':', was introduced in
0627bba5a0d
.
gtk/gtkbuilder.c
patch
|
blob
|
history
diff --git
a/gtk/gtkbuilder.c
b/gtk/gtkbuilder.c
index 118308a7bf06008b31f287802b596db0fc9bc0f2..1b39f30d0950685505a8a4fa77697fd56099e3f4 100644
(file)
--- a/
gtk/gtkbuilder.c
+++ b/
gtk/gtkbuilder.c
@@
-2624,7
+2624,7
@@
gtk_builder_lookup_callback_symbol (GtkBuilder *builder,
/**
* gtk_builder_set_closure_func: (skip)
* @builder: a #GtkBuilder
- * @closure_func: (allow-none) function to call when creating
+ * @closure_func: (allow-none)
:
function to call when creating
* closures or %NULL to use the default
* @user_data: (nullable): user data to pass to @closure_func
* @user_destroy: destroy function for user data